projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ed2b7
)
docs: Fix tiny typo.
author
Murray Cumming
<murrayc@murrayc.com>
Mon, 10 Feb 2014 11:44:52 +0000
(12:44 +0100)
committer
Murray Cumming
<murrayc@murrayc.com>
Mon, 10 Feb 2014 11:44:52 +0000
(12:44 +0100)
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index cfaa1c998e7a0e8d64dbb4757c3fc82aab4eceba..5e7fb04b97a045bc83c4d008ef1fe9fb3f540eaf 100644
(file)
--- a/
gtk/gtkflowbox.c
+++ b/
gtk/gtkflowbox.c
@@
-4657,7
+4657,7
@@
gtk_flow_box_get_selection_mode (GtkFlowBox *box)
* which of the children to show. For instance, to implement a search
* function that only shows the children matching the search terms.
*
- * The @filter_func will be called for ach child after the call, and
+ * The @filter_func will be called for
e
ach child after the call, and
* it will continue to be called each time a child changes (via
* gtk_flow_box_child_changed()) or when gtk_flow_box_invalidate_filter()
* is called.